dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlBinaryString Structure / MySqlBinaryString Constructor / MySqlBinaryString Constructor(Byte[],Int32,Int32)
The buffer that contains binary representation of a string.
The offset that denotes the first byte to copy.
The number of bytes to copy.

In This Topic
MySqlBinaryString Constructor(Byte[],Int32,Int32)
In This Topic
Initializes a new instance of the MySqlBinaryString structure with subrange of a binary data block.
Syntax
'Declaration
 
Public Function New( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer _
)
 

Parameters

buffer
The buffer that contains binary representation of a string.
offset
The offset that denotes the first byte to copy.
count
The number of bytes to copy.
See Also